home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" ?>
- <scpd xmlns="urn:schemas-upnp-org:service-1-0">
- <specVersion>
- <major>1</major>
- <minor>0</minor>
- </specVersion>
- <actionList>
- <action>
- <name>SetHubList</name>
- <argumentList>
- <argument>
- <name>aHubList</name>
- <direction>in</direction>
- <relatedStateVariable>HubList</relatedStateVariable>
- </argument>
- </argumentList>
- </action>
- <action>
- <name>GetHubList</name>
- <argumentList>
- <argument>
- <name>aHubList</name>
- <direction>out</direction>
- <relatedStateVariable>HubList</relatedStateVariable>
- </argument>
- </argumentList>
- </action>
- </actionList>
- <serviceStateTable>
- <stateVariable sendEvents="yes">
- <name>HubList</name>
- <dataType>string</dataType>
- </stateVariable>
- </serviceStateTable>
- </scpd>
-